home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SunSoft Catalyst CDWARE 1996 May to August
/
Catalyst CDWARE 1996 May to August.iso
/
.products
/
AHT
/
_install
/
notOS.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-04-05
|
199b
|
9 lines
#!/bin/sh
echo ""
echo "This demonstration is for Solaris on SPARC only."
echo ""
echo "Hit Return or use your mouse to Quit this window."
read return
exit 0